uuid-macro-internal 1.11.0

Private implementation details of the uuid! macro.
Documentation
Implementation details for the `uuid!` macro. This crate is not meant to be used directly. Instead, you can use the `macro-diagnostics` feature of `uuid`: ```toml [dependencies.uuid] features = ["macro-diagnostics"] ```